projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf0660
)
Drop unused get_crc32_s
author
GPSBabel
<gpsbabel@users.noreply.github.com>
Sat, 9 Mar 2019 23:11:38 +0000
(17:11 -0600)
committer
GitHub
<noreply@github.com>
Sat, 9 Mar 2019 23:11:38 +0000
(17:11 -0600)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 19c3607bd2a3bcff4643b7e47dfe797a3a28202c..7f3357b373ad9aa12dcbc77430fbed28308ab97b 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-1157,7
+1157,6
@@
int parse_speed(const QString& str, double* val, double scale, const char* modul
* From util_crc.c
*/
unsigned long get_crc32(const void* data, int datalen);
-unsigned long get_crc32_s(const void* data);
/*
* From units.c